FileNameDisplayType Enumeration
Represents how much of the file name to display.
Namespace: Independentsoft.Office.Odf.FieldsAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public enum FileNameDisplayType
Public Enumeration FileNameDisplayType
| Full | 0 |
Full file name, extension and file path.
|
| Path | 1 |
File path only.
|
| Name | 2 |
File name only.
|
| NameAndExtension | 3 |
File name and extension.
|
| None | 4 |
None.
|